home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-01-04 | 26.7 KB | 1,959 lines |
- ; Audio.ini
- ;
- ; This file is used to set parameters of a particular audio file from outside
- ; the script code. It enables sound designers to tune most of the audio
- ; with out having to recompile source code. The only case where programmer
- ; intervention will be needed is if a script needs to play an audio resource
- ; with different settings than the ones in this file. This case should be
- ; rare, if ever.
-
- ; Here's an example of it's use
-
- ;[resource name with no extension]
- ;MinDis = 300.0
- ;MaxDis = 1500.0
- ;Priority = 0
- ;Volume = 0
- ;Force Software = 0
- ;Allow Cut Off = 1
-
- ;Enabled = 1
-
- ; Notes : If resource is not a 3d audio resource, then the MinDis and MaxDis field
- ; are not used. If resource is a 3d audio resource, the MinDis and MaxDis
- ; fields are used along with the Volume field. Scripts control the audio
- ; resouces 3d attribute, see design for which ones are which.
- ;
- ; Volume is the number of decibles to LOWER the volume of an audio resource
- ; by (MUST be a negative number). There is currently no way to applify audio
- ; in engine.
- ;
- ; If Enabled is set to 0, the audio resource will not play in the engine.
- ;
- ; If a field for an audio resource is not present (or the entire entry is
- ; missing, The settings shown in the above example are used.
- [Audio Manager]
- Base Volume = 400
- Pan Skew = 25.0
- Use Hardware = 1
- Use Software = 1
-
- ; Added for voice managment setting on audio card. This setting should equal
- ; either AUTO or USER. If an unknown setting is used, the implimentation
- ; defaults to the USER mode.
- VM Mode = AUTO
-
- ; Master volume decreases all audio
- ; by value stored here. Legal values
- ; are [-10000..0]. Volume values are
- ; clamped at the extremes. This value
- ; is cumulative with the base volume,
- ; the individual volume setting for each
- ; wav file, and the voice over volume
- ; decrementor
- Master Volume = 0
-
- [I_SPLASHSCREEN_INTRO]
- priority=0
- Volume=400
- Enabled=1
-
- [E_CLAXON_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_GOOP_RAPIDS_SLOW]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_GOOP_SIMMER_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_HIVE_AMBIENT_01]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_SDL_ALARM_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_SDL_MOVE_INTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_SDL_MOVE_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_SDL_MOVE_OUTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_CRUISER_ENGINE_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_CRUISER_HATCH_OPEN]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [A_SLVERGUN_GUN_FIRE]
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [W_WEAPON_STOW]
- Priority = 0
- Volume = -400
- Enabled = 1
-
- [W_WEAPON_READIED]
- Priority = 0
- Volume = -400
- Enabled = 1
-
- [W_WEAPON_READY_2]
- Priority=0
- Volume=-400
- Enabled=1
-
- [W_CYCLONE_GUN_READY]
- priority=0
- volume=-400
- enabled=1
-
- ;[W_AVENGER_GUN_FIRE_LOOP]
- ;MinDis = 800
- ;MaxDis = 8000
- ;Priority = 0
- ;Volume = 0
- ;Enabled = 1
-
- ;[W_AVENGER_GUN_FIRE_OUTRO]
- ;MinDis=800
- ;MaxDis=8000
- ;Priority=0
- ;Volume=-100
- ;Enabled=1
-
- [W_AVENGER_GUN_FIRE]
- MinDis=800
- MaxDis=8000
- Priority=0
- Volume=-50
- Enabled=1
-
- [W_AVENGER_GUN_DRY]
- priority=0
- volume=-200
- enabled=1
-
- [W_AVENGER_GUN_RELOAD]
- priority=0
- volume=-300
- enabled=1
-
- [W_IRONROAR_GUN_DRY]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_IRONROAR_GUN_FIRE_LOOP]
- MinDis = 800
- MaxDis = 8000
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [W_IRONROAR_GUN_FIRE_OUTRO]
- MinDis = 800
- MaxDis = 8000
- Priority = 0
- Volume = -50
- Enabled = 1
-
- [W_IRONROAR_M_GUN_FIRE_LOOP]
- MinDis = 500
- MaxDis = 6000
- Priority = 0
- Volume = -250
- Enabled = 1
-
- [W_IRONROAR_M_GUN_FIRE_OUTRO]
- MinDis = 500
- MaxDis = 6000
- Priority = 0
- Volume = -350
- Enabled = 1
-
- ;[W_IRONROAR_BULLET_HIT_D]
- ;MinDis=500
- ;MaxDis=5000
- ;Priority = 0
- ;Volume = -300
- ;Enabled = 1
-
- ;This is a test
- ;[W_IRONROAR_CLIP_LOAD]
- ;MinDis=500
- ;MaxDis=8000
- ;Priority = 0
- ;Volume = -200
- ;Enabled = 1
-
- [W_IRONROAR_GUN_RELOAD]
- MinDis=500
- MaxDis=8000
- Priority = 0
- Volume = -400
- Enabled = 1
-
- [W_IRONROAR_SHELL_LAND]
- Priority = 0
- Volume = -500
- Enabled = 1
-
- [E_RICOCHET_01]
- MinDis=500
- MaxDis=1000
- Priority = 0
- Volume = -200
- Enabled = 1
-
- [E_RICOCHET_02]
- MinDis=500
- MaxDis=1000
- Priority = 0
- Volume = -200
- Enabled = 1
-
- [E_RICOCHET_03]
- MinDis=500
- MaxDis=1000
- Priority = 0
- Volume = -200
- Enabled = 1
-
- [W_SHRIEKER_GUN_DRY]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_SHRIEKER_GUN_FIRE]
- Priority = 0
- Volume = 350
- Enabled = 1
-
- [W_SHRIEKER_M_GUN_FIRE]
- Priority = 0
- Volume = 300
- Enabled = 1
-
- [W_SHRIEKER_BULLET_HIT]
- MinDis = 400
- MaxDis = 4500
- Priority = 0
- Volume = 350
- Enabled = 1
-
- [w_shrieker_bullet_loop]
- Priority = 0
- MinDis=100
- MaxDis=2500
- Volume = -300
- Enabled = 1
-
- [W_SHRIEKER_CLIP_LOAD]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_STONEDOG_GUN_FIRE]
- Priority = 0
- Volume = 300
- Enabled = 1
-
- [W_STONEDOG_GUN_DRY]
- priority=0
- volume=-300
- enabled=1
-
- [W_STONEDOG_GUN_READY]
- priority=0
- volume=-300
- enabled=1
-
- [W_STONEDOG_GUN_RELOAD]
- priority=0
- volume=-300
- enabled=1
-
- [W_STONEDOG_GUN_STOW]
- priority=1
- volume=-200
- enabled=1
-
- [W_PLASMA200_GUN_DRY]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_PLASMA200_GUN_FIRE]
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [W_PLASMA200_BULLET_HIT]
- MinDis = 500
- MaxDis = 8000
- Priority = 0
- Volume = -100
- Enabled = 1
-
- ;klugearound.........................................................
- [W_PLASMA200_BULLET_HIT_NOND]
- MinDis = 1000
- MaxDis = 8000
- Priority = 0
- Volume = -200
- Enabled = 1
- ;....................................................................
-
- [w_plasma200_bullet_loop]
- Priority = 0
- MinDis=100
- MaxDis=4000
- Volume = -200
- Enabled = 1
-
- [W_PLASMA200_CLIP_LOAD]
- MinDis=500
- MaxDis=5000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_PLASMA200_GUN_RECHARGE]
- Priority = 0
- Volume = -100
- Enabled = 1
-
- [W_PENETRATOR_GUN_FIRE]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_PENETRATOR_BULLET_HIT]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_CYCLONE_GUN_FIRE_LOOP]
- Priority = 0
- Volume = 400
- Enabled = 1
-
- [W_CYCLONE_GUN_FIRE_OUTRO]
- Priority=0
- Volume=200
- Enabled=1
-
- [W_CYCLONE_GUN_DRY]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [W_CYCLONE_GUN_RELOAD]
- priority=0
- volume=0
- enabled=1
-
- [W_CYCLONE_GUN_STOW]
- priority=0
- volume=-400
- enabled=1
-
- [W_FIRESTREAK_GUN_FIRE]
- Priority = 0
- MinDis=400
- MaxDis=5000
- Volume = 200
- Enabled = 1
-
- [W_FIRESTREAK_BULLET_HIT]
- MinDis=500
- MaxDis=8000
- Priority = 0
- Volume = -100
- Enabled = 1
-
- [W_FIRESTREAK_BULLET_HIT_D]
- Priority = 0
- Volume = 0
- Enabled = 0
-
- [W_COMMANDO_GUN_FIRE]
- Priority = 0
- Volume = -900
- Enabled = 1
-
- [A_SENTINEL_HIT_01]
- Priority = 0
- MinDis=200
- MaxDis=3000
- Volume = 0
- Enabled = 1
-
- [A_SENTINEL_HIT_02]
- Priority = 0
- MinDis=200
- MaxDis=3000
- Volume = 0
- Enabled = 1
-
- [A_SENTINEL_HIT_03]
- Priority = 0
- MinDis=200
- MaxDis=3000
- Volume = 0
- Enabled = 1
-
- [A_SENTINEL_STEP]
- MinDis = 700
- MaxDis = 5000
- Priority = 0
- Volume = -800
- Enabled = 1
-
- [A_SENTINEL_LAND_HEAVY]
- MinDis=500
- MaxDis=5000
- Priority=0
- Volume=-100
- Enabled=1
-
- [A_PED_SCREAM_MALE_GENERIC]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_FEMALE_GENERIC]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_MALE_HELP]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_MALE_NO_01]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_MALE_NO_02]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_MALE_OHGOD]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_FEMALE_HELP]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_FEMALE_NO_01]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_FEMALE_NO_02]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SCREAM_FEMALE_OHGOD]
- Priority = 0
- MinDis=50
- MaxDis=1000
- Volume = -1400
- Enabled = 1
-
- [A_PED_SQUISH]
- MinDis=50
- MaxDis=1000
- Priority = 0
- Volume = -1000
- Enabled = 1
-
- [A_REGULATOR_DEATH]
- Priority = 0
- MinDis=500
- MaxDis=8000
- Volume = 200
- Enabled = 1
-
- [A_PIRANHA_DEATH]
- Priority = 0
- MinDis=500
- MaxDis=8000
- Volume = 250
- Enabled = 1
-
- [A_SPOTLIGHT_DEATH]
- Priority = 0
- MinDis = 400
- MaxDis = 8000
- Volume = -700
- Enabled = 1
-
- [A_TURRET_PLASMA200_TURN]
- Priority = 0
- MinDis = 100
- MaxDis = 2000
- Volume = -900
- Enabled = 1
-
- [A_WOLF_STEP]
- MinDis = 500
- MaxDis = 5000
- Priority = 0
- Volume = -500
- Enabled = 1
-
- [A_BLACKWIDOW_STEP]
- MinDis=500
- MaxDis=5000
- Priority = 0
- Volume = -800
- Enabled = 1
-
- [A_BLACKWIDOW_RISE]
- MinDis = 500
- MaxDis = 8000
- Priority = 0
- Volume = -500
- Enabled = 1
-
- [A_BLACKWIDOW_LOWER]
- MinDis = 500
- MaxDis = 8000
- Priority = 0
- Volume = -500
- Enabled = 1
-
- [A_GHOST_STEP_LAND_LOOP]
- Priority = 0
- MinDis=500
- MaxDis=6000
- Volume = -200
- Enabled = 1
-
- [A_GHOST_STEP_WATER_LOOP]
- MinDis=500
- MaxDis=6000
- Priority = 0
- Volume = -100
- Enabled = 1
-
- [A_GHOST_BEEP]
- MinDis=800
- MaxDis=8000
- Priority = 0
- Volume = -100
- Enabled = 1
-
- [A_GHOST_ATTACK]
- MinDis=300
- MaxDis=6000
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [A_SLAVE0_LAND]
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [A_SLAVE0_ROAR]
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [A_SLAVE0_LAND_WATER]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [A_SLAVE0_DEATH_01]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [A_SLAVE0_DEATH_02]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [A_SLAVE0_DEATH_03]
- Enabled=1
- Volume=100
- Priority=1
-
- [A_SLAVE0_STRAFE_LOOP]
- Priority = 0
- Volume = -150
- Enabled = 1
-
- [A_SLAVE0_STRAFE_INTRO]
- Priority = 0
- Volume = -150
- Enabled = 1
-
- [A_SLAVE0_STRAFE_OUTRO]
- Priority = 0
- Volume = 0
- Enabled = 0
-
- [A_SLAVE0_STEP_LEFT]
- Priority = 0
- Volume = 350
- Enabled = 1
-
- [A_SLAVE0_STEP_RIGHT]
- Priority = 0
- Volume = 350
- Enabled = 1
-
- [A_SLAVE0_STEP_WATER_LEFT]
- Priority = 0
- Volume = -100
- Enabled = 1
-
- [A_SLAVE0_STEP_WATER_RIGHT]
- Priority = 0
- Volume = -100
- Enabled = 1
-
- [A_SLAVE0_COLLECT_ITEM]
- Priority = 0
- MinDis=200
- MaxDis=2000
- Volume = -300
- Enabled = 1
-
- [A_SLAVE0_COLLECT_HEALTH]
- Priority = 0
- Volume = -100
- Enabled = 1
-
- [A_SLAVE0_HIT_SLUG]
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [A_SLAVE0_HIT_ROCKET]
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [A_TITAN_GUN_ARM_CHARGE]
- Priority = 0
- MinDis=500
- MaxDis=5000
- Volume = -300
- Enabled = 1
-
- [A_TITAN_GUN_ARM_FIRE]
- Priority = 0
- MinDis=500
- MaxDis=8000
- Volume = -200
- Enabled = 1
-
- [A_TITAN_ARM_SWIPE]
- Priority = 0
- MinDis=200
- MaxDis=2000
- Volume = 100
- Enabled = 1
-
- [A_TITAN_GUN_MISSILE_FIRE]
- Priority = 0
- MinDis=500
- MaxDis=8000
- Volume = 0
- Enabled = 1
-
- [A_TITAN_STEP]
- Priority = 0
- MinDis=700
- MaxDis=5000
- Volume = -800
- Enabled = 1
-
- [A_TITAN_HIT_03]
- Priority = 0
- MinDis=200
- MaxDis=4000
- Volume=-400
- Enabled=1
-
- [V_CAR_CRASH]
- Priority = 0
- MinDis=100
- MaxDis=1000
- Volume = -400
- Enabled = 1
-
- [V_CAR_CRUSHED]
- Priority = 0
- MinDis=100
- MaxDis=2000
- Volume = -600
- Enabled = 1
-
- [V_CAR_A_LOOP]
- Priority = 0
- MinDis=100
- MaxDis=400
- Volume = -500
- Enabled = 0
-
- [V_CAR_A_HONK]
- Priority = 0
- MinDis=100
- MaxDis=2000
- Volume = -2000
- Enabled = 1
-
- [V_CAR_B_LOOP]
- Priority = 0
- MinDis=10
- MaxDis=1000
- Volume = -500
- Enabled = 0
-
- [V_CAR_B_HONK]
- Priority = 0
- MinDis=100
- MaxDis=2000
- Volume = -2000
- Enabled = 1
-
- [V_HOVERCAR_A_DOPPLER]
- Priority = 0
- MinDis=100
- MaxDis=500
- Volume = -2200
- Enabled = 1
-
- [V_M99_DEATH]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_M99_ENGINE_LOOP]
- MinDis=300
- MaxDis=5000
- Priority = 0
- Volume = -2600
- Enabled = 1
-
- [V_M99_TURRET_ROTATE]
- Priority = 0
- MinDis=500
- MaxDis=8000
- Volume = -600
- Enabled = 1
-
- [V_ZEPPELIN_MUSIC_LOOP]
- Priority = 0
- MinDis=200
- MaxDis=2000
- Volume = -800
- Enabled = 1
-
- [V_TRAIN_DEATH]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_TRAIN_ENGINE_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_APC_DOORS_CLOSE]
- Priority = 0
- MinDis=800
- MaxDis=8000
- Volume = -700
- Enabled = 1
-
- [V_APC_DOORS_OPEN]
- Priority = 0
- MinDis=800
- MaxDis=8000
- Volume = -700
- Enabled = 1
-
- [V_APC_UNLOAD]
- MinDis=800
- MaxDis=8000
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [V_HYENA_ENGINE_LOOP]
- Priority = 0
- MinDis=100
- MaxDis=1000
- Volume = -1500
- Enabled = 1
-
- [V_HYENA_DEATH]
- Priority = 0
- MinDis=1200
- MaxDis=9000
- Volume = -400
- Enabled = 1
-
- [V_TRUCK_FLATBED_A_DOPPLER]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_TRUCK_FLATBED_B_DOPPLER]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_TRUCK_DUMP_DOPPLER]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [V_BOAT_TRANS_ENGINE_LOOP]
- Priority = 0
- MinDis=100
- MaxDis=3000
- Volume = -1000
- Enabled = 1
-
- [V_BOAT_ESCORT_ENGINE_LOOP]
- Priority = 0
- MinDis=100
- MaxDis=1000
- Volume = -3000
- Enabled = 1
-
- [V_BOAT_JETSKI_ENGINE_LOOP]
- Priority = 0
- MinDis=100
- MaxDis=1000
- Volume = -300
- Enabled = 1
-
- [V_BOAT_DEATH]
- Priority = 0
- Volume = -300
- MinDis=200
- MaxDis=1200
- Enabled = 1
-
- [V_NEMESIS_MOVE_IDLE]
- Priority=0
- Volume=100
- MinDis=400
- MaxDis=3000
- Enabled=1
-
- [V_NEMESIS_MOVE_LOOP]
- Priority=0
- Volume=100
- MinDis=400
- MaxDis=3000
- Enabled=1
-
- [V_NEMESIS_DIE]
- Priority=0
- Volume=400
- MinDis=2000
- MaxDis=8000
- Enabled=1
-
- [E_EXPLOSION_GENERIC_01]
- MinDis=800
- MaxDis=8000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_EXPLOSION_GENERIC_02]
- MinDis=800
- MaxDis=8000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_EXPLOSION_GENERIC_03]
- MinDis=800
- MaxDis=8000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_EXPLOSION_GENERIC_04]
- MinDis = 800
- MaxDis = 8000
- Priority = 0
- Volume = -300
- Enabled = 1
-
-
- [E_FLAVOR_GLASS_SHATTER]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_RBLBASE_AMBIENT_01]
- Priority=0
- Volume=0
- MinDis=1000
- MaxDis=20000
- Force Software=0
- Enabled=1
-
- [E_LOWRCTY_TRAFFIC_01]
- Priority=0
- Volume=-800
- MinDis=200
- MaxDis=2000
- Force Software=0
- Enabled=1
-
- [E_LOWERCITY_AMBIENT_01]
- Priority = 0
- Volume = -1000
- MinDis=200
- MaxDis=2000
- Force Software=1
- Enabled = 1
-
- [E_LOWERCITY_AMBIENT_02]
- Priority = 0
- MinDis=200
- MaxDis=2000
- Force Software=1
- Volume = -1000
- Enabled = 1
-
- [E_LOWERCITY_AMBIENT_03]
- Priority = 0
- MinDis=200
- MaxDis=2000
- Volume = -1000
- Force Software=1
- Enabled = 1
-
- [E_LOWERCITY_AMBIENT_04]
- Priority = 0
- MinDis=200
- MaxDis=2000
- Volume = -1000
- Force Software=1
- Enabled = 1
-
- [E_SEWERS_AMBIENT_01]
- Priority = 0
- MinDis=700
- MaxDis=5000
- Volume = 0
- Enabled = 1
-
- [E_SEWER_AMBIENT_02]
- Priority = 0
- MinDis=700
- MaxDis=5000
- Volume = -300
- Enabled = 1
-
- [E_SEWER_AMBIENT_03]
- Priority = 0
- MinDis=700
- MaxDis=5000
- Volume = -300
- Enabled = 1
-
- [E_SEWER_AMBIENT_04]
- Priority = 0
- MinDis=700
- MaxDis=5000
- Volume = -300
- Enabled = 1
-
- [E_SEWER_AMBIENT_05]
- Priority = 0
- MinDis=700
- MaxDis=5000
- Volume = -300
- Enabled = 1
-
- [E_FIRE_INTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_FIRE_OUTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_FIRE_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_FIRE_BURST_INTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_FIRE_BURST_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_FIRE_BURST_OUTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_LIFT_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_LIFT_INTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_LIFT_OUTRO]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_SWR_DOOR_JAW_OPEN_INTRO]
- MinDis=800
- MaxDis=4000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [E_SWR_DOOR_JAW_OPEN_LOOP]
- MinDis=800
- MaxDis=4000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [E_SWR_DOOR_JAW_OPEN_OUTRO]
- MinDis=800
- MaxDis=4000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [E_SWR_DOOR_JAW_OPEN_STUCK]
- Priority = 0
- MinDis=800
- MaxDis=4000
- Volume = 200
- Enabled = 1
-
- [E_SWR_DOOR_JAW_CLOSE_INTRO]
- MinDis=800
- MaxDis=4000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [E_SWR_DOOR_JAW_CLOSE_LOOP]
- MinDis=800
- MaxDis=4000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [E_SWR_DOOR_JAW_CLOSE_OUTRO]
- MinDis=800
- MaxDis=4000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [E_SWR_DOOR_APERTURE_OPEN]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_SWR_DOOR_APERTURE_CLOSE]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [E_WATER_RAPIDS_MED_LOOP]
- MinDis=1000000
- MaxDis=2000000
- Priority = 0
- Volume = -1400
- Enabled = 1
-
- [E_WATER_RAPIDS_FAST_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [P_HEALTH_IDLE_LOOP]
- MinDis=50
- MaxDis=400
- Priority = 0
- Volume = -600
- Enabled = 1
-
- [I_HUD_RETICULE_SWITCH]
- Priority = 0
- Volume = -5000
- Enabled = 1
-
- [VO_M1_CRIT_COMM_01]
- Priority = 0
- Volume = 300
- Enabled = 1
- Force Software=1
-
- [VO_M1_CRIT_GENERATOR1]
- Priority = 0
- Volume = 300
- Enabled = 1
- Force Software=1
-
- [VO_M1_CRIT_WOLFAPC]
- Priority = 0
- Volume = 200
- Enabled = 1
- Force Software=1
-
- [VO_M1_CRIT_GENERATOR3]
- Priority = 0
- Volume = 300
- Enabled = 1
- Force Software=1
-
- [VO_M1_CRIT_SDL]
- Priority = 0
- Volume = 100
- Enabled = 1
- Force Software=1
-
- [VO_M1_CRIT_CANTHOLD]
- Priority = 0
- Volume = 300
- Enabled = 1
- Force Software=1
-
- [VO_M1_CRIT_ORDERS]
- Priority = 0
- Volume = 300
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_VTOL_01]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_VTOL_02]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_VTOL_03]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_01]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_02]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_02]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_03]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_04]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_05]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_06]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_07]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_08]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_09]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M1_CHAT_REGULATOR_10]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M2_CHAT_REGULATOR_01]
- Priority=0
- Volume=0
- Enabled=1
- Force Software=1
-
- [VO_M2_CHAT_REGULATOR_02]
- Priority=0
- Volume=0
- Enabled=1
- Force Software=1
-
- [VO_M2_CHAT_REGULATOR_03]
- Priority=0
- Volume=0
- Enabled=1
- Force Software=1
-
- [VO_M2_CHAT_REGULATOR_04]
- Priority=0
- Volume=0
- Enabled=1
- Force Software=1
-
- [VO_M2_CHAT_VTOL_01]
- Priority=0
- Volume=0
- Enabled=1
- Force Software=1
-
- [VO_M2_CHAT_VTOL_02]
- Priority=0
- Volume=0
- Enabled=1
- Force Software=1
-
- [VO_M2_CRIT_ORDERS]
- Priority=0
- Volume=0
- Enabled=1
- Force Software=1
-
- [VO_M3_CHAT_JAMMER_01]
- Priority=0
- Volume=200
- Enabled=1
- Force Software=1
-
- [VO_M3_CHAT_JAMMER_02]
- Priority=0
- Volume=200
- Enabled=1
- Force Software=1
-
- [VO_M3_CHAT_REGULATOR_01]
- Priority=0
- Volume=200
- Enabled=1
- Force Software=1
-
- [VO_M3_CRIT_ORDERS]
- Priority=0
- Force Software=1
- Volume=300
- Enabled=1
- Force Software=1
-
- [VO_M5_CRIT_FAIL]
- Priority = 0
- Volume = -100
- Enabled = 1
- Force Software=1
-
- [VO_M5_CRIT_GO]
- Priority = 0
- Volume = -100
- Enabled = 1
- Force Software=1
-
- [VO_M5_CRIT_LOSTONE]
- Priority = 0
- Volume = -100
- Enabled = 1
- Force Software=1
-
- [VO_M5_CRIT_LOSTTWO]
- Priority = 0
- Volume = -100
- Enabled = 1
- Force Software=1
-
- [VO_M5_CRIT_MOVEOUT]
- Priority = 0
- Volume = -100
- Enabled = 1
- Force Software=1
-
- [VO_M5_CRIT_ORDERS]
- Priority = 0
- Volume = 0
- Enabled = 1
- Force Software=1
-
- [VO_M5_CRIT_SCREAM]
- Priority = 0
- Volume = -100
- Enabled = 1
- Force Software=1
-
- [M_M1_GENERATOR1_DEATH]
- MinDis=800
- MaxDis=5000
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [M_M1_GENERATOR2_DEATH]
- MinDis=800
- MaxDis=5000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [M_M1_GENERATOR3_DEATH]
- Priority = 0
- MinDis=800
- MaxDis=5000
- Volume = 275
- Enabled = 1
-
- [M_M1_GENERATOR1_HUM]
- Priority = 0
- MinDis=500
- MaxDis=8000
- Volume = 200
- Enabled = 1
-
- [M_M1_GENERATOR2_HUM]
- MinDis=500
- MaxDis=8000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [M_M1_GENERATOR3_HUM]
- Priority = 0
- MinDis=300
- MaxDis=8000
- Volume = 300
- Enabled = 1
-
- [M_M1_COMM_SIGNAL_01]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [M_M1_COMM_SIGNAL_02]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [M_M1_COMM_SIGNAL_03]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [M_M1_COMM_SIGNAL_04]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [M_M1_COMM_SIGNAL_05]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [M_M1_COMM_SIGNAL_06]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [M_M1_COMM_THRUM]
- Priority = 0
- MinDis=1000
- MaxDis=8000
- Volume = 0
- Enabled = 1
-
- [M_M1_COMM_DEATH]
- Priority = 0
- Volume = 350
- Enabled = 1
-
- [M_M3_CRUISER_COLLISION]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [M_M3_HIVE_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- ;Boss 1 sounds
- ;
- [B_BOSS1_INTRO_RAISE]
- MinDis=4000
- MaxDis=8000
- Priority = 0
- Volume = 200
- Enabled = 1
-
- [B_BOSS1_INTRO_CHAIN_BREAK]
- MinDis=4000
- MaxDis=8000
- Priority=0
- Volume=200
- Enabled=1
-
- [B_BOSS1_INTRO_ROAR]
- MinDis = 4000
- MaxDis = 8000
- Priority = 0
- Volume = 300
- Enabled = 1
-
- [B_BOSS1_FIRE1_INTRO]
- MinDis = 4000
- MaxDis = 8000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS1_FIRE1_LOOP]
- MinDis = 4000
- MaxDis = 8000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS1_FIRE1_OUTRO]
- MinDis = 4000
- MaxDis = 8000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS1_TURN_LOOP]
- MinDis = 1000
- MaxDis = 8000
- Priority = 0
- Volume = -800
- Enabled = 1
-
- [B_BOSS1_FIRE1_SIZZLE_LOOP]
- MinDis = 300
- MaxDis = 8000
- Priority = 0
- Volume = -700
- Enabled = 1
-
- [B_BOSS1_PHASE2_ROAR]
- MinDis = 4000
- MaxDis = 8000
- Priority = 0
- Volume = 300
- Enabled = 1
-
- [B_BOSS1_ROAR_01]
- MinDis = 4000
- MaxDis = 8000
- Priority = 0
- Volume = 300
- Enabled = 1
-
- [B_BOSS1_ROAR_02]
- MinDis = 4000
- MaxDis = 8000
- Priority = 0
- Volume = 300
- Enabled = 1
-
- [B_BOSS1_FIRE2_INTRO]
- MinDis = 5000
- MaxDis = 7000
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS1_FIRE2_DEBRIS_HIT]
- MinDis = 6000
- MaxDis = 8000
- Priority = 0
- Volume = 300
- Enabled = 1
-
- [B_BOSS1_FIRE2_DEBRIS_LAND]
- MinDis = 3000
- MaxDis = 8000
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [B_BOSS1_ATTACK_HAND]
- MinDis = 3000
- MaxDis = 8000
- Priority = 0
- Volume = 400
- Enabled = 1
-
- [B_BOSS1_ATTACK_HAND_HIT]
- MinDis = 3000
- MaxDis = 8000
- Priority = 0
- Volume = 100
- Enabled = 1
-
- [B_BOSS1_HIT_ARMOR]
- MinDis=800
- MaxDis=4000
- Priority=0
- Volume=300
- Enabled=1
-
- [B_BOSS1_HIT_MEAT]
- MinDis=800
- MaxDis=4000
- Priority=0
- Volume=300
- Enabled=1
-
- [B_BOSS1_FIRE3]
- MinDis=800
- MaxDis=4000
- Priority=0
- Volume=300
- Enabled=1
-
- ;[B_BOSS1_FIRE3_BULLET_LOOP]
- ;[B_BOSS1_FIRE3_BULLET_HIT]
-
-
- [B_BOSS1_DIE]
- MinDis = 8000
- MaxDis = 10000
- Priority = 0
- Volume = 300
- Enabled = 1
-
- ;Boss2 sounds
- ;
-
- [B_BOSS2_ACID_ON]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_ALARM_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_BEAM_CHARGE_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_BEAM_FIRE]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_DIE]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_HIT_01]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_HIT_02]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_HIT_03]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_JETS_LOOP]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_MISSILE_FIRE]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_MISSILE_HATCH]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_PLASMA_FIRE]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_VO_PHASE3]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_WATER_IN]
- Priority = 0
- Volume = 0
- Enabled = 1
-
- [B_BOSS2_WATER_OUT]
- Priority = 0
- Volume = 0
- Enabled = 1
-
-
- ;CGW VO STUFF!!!
- ;
- ;
-
-
- [VO_M1CGW_SENTINEL_01]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_02]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_03]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_04]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_05]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_06]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_07]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_08]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_09]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_SENTINEL_10]
- MinDis = 800
- MaxDis = 4000
- volume = 300
- Priority = 0
- Enabled = 1
- Force Software = 1
-
- [VO_M1CGW_LI_01A]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_01B]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_01C]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_01D]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_01E]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_01F]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_01F_ALT]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_03]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_04A]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_04B]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_04C]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_05A]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_05B]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_06]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_07]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_08]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_09]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_10]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_11]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_FMA01]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=0
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_FMA02]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=0
- Allow Cut Off = 0
-
- [VO_M1CGW_LI_FMA03]
- Priority = 0
- volume = 300
- Enabled = 1
- Force Software=1
- Allow Cut Off = 0
-
-